home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 8174 / 8174.xpi / chrome / antbar.jar / skin / antbar.css < prev    next >
Cascading Style Sheet File  |  2009-12-30  |  4KB  |  157 lines

  1. /*
  2.    antbar.css
  3.    antbar
  4.    
  5.    Created by Zak on 2008-06-12.
  6.    Contributor Brian King (http://briks.si)
  7.    Copyright 2008-2009 Ant.com. All rights reserved.
  8. */
  9.  
  10. #antFlvListSplitter {
  11.  /*   border-top:         2px solid #BBB9BA;
  12.      border-bottom:      none;
  13.      background:         #f3f3f3 !important;
  14.      min-height:         3px;
  15.      max-height:         3px;*/
  16. }
  17.  
  18. .antFlvToolbarImgButton {
  19.     -moz-appearance:    none;
  20.     margin:             2px;
  21.     border:             none;
  22.     padding:            0 !important;
  23.     background:         transparent !important;
  24. }
  25.  
  26. .ant-download-class {
  27.     list-style-image:   url("chrome://antbar/skin/download.png");
  28. }
  29.  
  30. #antFlvToolbarWatchDisable {
  31.     list-style-image:   url("chrome://antbar/skin/ui/cross.png");
  32. }
  33.  
  34. #antFlvToolbarWatchDisable:hover {
  35.     list-style-image:   url("chrome://antbar/skin/ui/cross.png");
  36. }
  37.  
  38. #antFlvToolbarWatchDisable:hover:active {
  39.     list-style-image:   url("chrome://antbar/skin/ui/cross.png");
  40. }
  41.  
  42. #antFlvToolbarClearList {
  43.     list-style-image:   url("chrome://antbar/skin/ui/clearlist.png");
  44. }
  45.  
  46. #antFlvToolbarClearList:hover {
  47.     list-style-image:   url("chrome://antbar/skin/ui/clearlist.png");
  48. }
  49.  
  50. #antFlvToolbarClearList:hover:active {
  51.     list-style-image:   url("chrome://antbar/skin/ui/clearlist.png");
  52. }
  53.  
  54. .ant-help-class {
  55.     list-style-image:   url("chrome://antbar/skin/ui/help.png");
  56. }
  57.  
  58. #antFlvToolbarHelp:hover {
  59.     list-style-image:   url("chrome://antbar/skin/ui/help.png");
  60. }
  61.  
  62. #antFlvToolbarHelp:hover:active {
  63.     list-style-image:   url("chrome://antbar/skin/ui/help.png");
  64. }
  65.  
  66. #antFlvToolbarClose {
  67.     list-style-image:   url("chrome://antbar/skin/ui/cross.png");
  68. }
  69.  
  70. #antFlvToolbarClose:hover {
  71.     list-style-image:   url("chrome://antbar/skin/ui/cross.png");
  72. }
  73.  
  74. #antFlvToolbarClose:hover:active {
  75.     list-style-image:   url("chrome://antbar/skin/ui/cross.png");
  76. }
  77.  
  78. #antToolBarSearchBox {
  79.     padding:            1px;
  80. }
  81.  
  82. #antToolBarSearchBox > .textbox-input-box {
  83.   -moz-box-align: center;
  84. }
  85.  
  86. #antToolBarCombinedButton {
  87.     list-style-image:   url("chrome://antbar/skin/web.png");
  88. }
  89.  
  90. .ant-logo-full-class {
  91.     list-style-image:   url("chrome://antbar/skin/logo.png");
  92. }
  93.  
  94. .ant-logo-little-class {
  95.     list-style-image:   url("chrome://antbar/skin/favico16.png");
  96. }
  97.  
  98. .ant-statusbar-button-class {
  99.     -moz-appearance: none !important;
  100.     padding-top: 0;
  101.     padding-bottom: 0;
  102.     margin-top: 0;
  103.     margin-bottom: 0;
  104. }
  105.  
  106. #antToolBarCombinedButton > .toolbarbutton-menubutton-button {
  107.     -moz-box-orient:    horizontal;
  108. }
  109.  
  110. #antToolBarResizeSplitter {
  111.     -moz-appearance:    none;
  112.     background:         url("chrome://antbar/skin/arrow.png") no-repeat center;
  113.     width:              3px;
  114.     min-width:          3px;
  115.     max-width:          3px;
  116.     margin-top:         2px;
  117.     margin-right:       1px;
  118.     margin-bottom:      2px;
  119. }
  120.  
  121. .ant-player-class {
  122.     list-style-image:   url("chrome://antbar/skin/video.png");
  123. }
  124.  
  125. .ant-movies-list-class {
  126.     list-style-image:   url("chrome://antbar/skin/movies_list.png");
  127. }
  128.  
  129. .ant-explore-class {
  130.     list-style-image:   url("chrome://antbar/skin/folder_explore.png");
  131. }
  132.  
  133. .ant-rank-class {
  134.     list-style-image:   url("chrome://antbar/skin/rank.png");
  135. }
  136.  
  137. .ant-support-class {
  138.     list-style-image:   url("chrome://antbar/skin/support.png");
  139. }
  140.  
  141. .ant-settings-class {
  142.     list-style-image:   url("chrome://antbar/skin/bullet_wrench.png");
  143. }
  144.  
  145. #antFlvToolBarMenuDisableButton {
  146.     list-style-image:   url("chrome://antbar/skin/delete.png");
  147. }
  148. .antSitesDeleteButton {
  149.     -moz-appearance:    none;
  150.     margin:             2px;
  151.     border:             none;
  152.     padding:            0 !important;
  153.     background:         transparent !important;
  154.     width:              16px;
  155.     list-style-image:   url("chrome://antbar/skin/ui/cross.png");
  156. }
  157.